home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(34) or rollOver(35) or rollOver(3) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- if the movieTime of sprite 3 = the duration of cast 144 then
- unLoadCast(144)
- InVis(3)
- set the sound of cast 144 to 0
- go("entrevista")
- end if
- end if
- if act = 1 then
- if rollOver(37) or rollOver(38) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- end if
- Loopframe()
- end
-